home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / Layer / FWOS.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  740 b   |  45 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWOS.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWOS_H
  11. #define FWOS_H
  12.  
  13. #ifndef FWFILES_H
  14. #include "FWFiles.h"
  15. #endif
  16.  
  17. #ifndef FWRESOUR_H
  18. #include "FWResour.h"
  19. #endif
  20.  
  21. #ifndef FWGRAPHX_H
  22. #include "FWGraphx.h"
  23. #endif
  24.  
  25. #ifndef FWMENU_H
  26. #include "FWMenu.h"
  27. #endif
  28.  
  29. #ifndef FWOSMISC_H
  30. #include "FWOSMisc.h"
  31. #endif
  32.  
  33. #ifndef FWTHREAD_H
  34. #include "FWThread.h"
  35. #endif
  36.  
  37. #ifndef FWTOOLBX_H
  38. #include "FWToolBx.h"
  39. #endif
  40.  
  41. #ifndef FWODMISC_H
  42. #include "FWODMisc.h"
  43. #endif
  44.  
  45. #endif